From 5170218a1d2448e2c107080add3b4f51baed0733 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 19 Nov 2016 13:45:04 -0500 Subject: [PATCH] More work towards a clean doc build Tell gtk-doc about more private headers. --- docs/reference/gtk/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am index f14c7ed6c5..b8e2404541 100644 --- a/docs/reference/gtk/Makefile.am +++ b/docs/reference/gtk/Makefile.am @@ -38,13 +38,16 @@ IGNORE_HFILES = \ gtkbuttonprivate.h \ gtkcairoblurprivate.h \ gtkcellareaboxcontextprivate.h \ + gtkcheckbuttonprivate.h \ gtkclipboardprivate.h \ gtkcolorchooserprivate.h \ gtkcoloreditorprivate.h \ gtkcolorplaneprivate.h \ gtkcolorscaleprivate.h \ gtkcolorswatchprivate.h \ + gtkcolorutils.h \ gtkcomboboxprivate.h \ + gtkcomposetable.h \ gtkcontainerprivate.h \ gtkcssanimatedstyleprivate.h \ gtkcssanimationprivate.h \ @@ -111,7 +114,10 @@ IGNORE_HFILES = \ gtkcssunsetvalueprivate.h \ gtkcssvalueprivate.h \ gtkcsswidgetnodeprivate.h \ + gtkcsswin32sizevalueprivate.h \ + gtkdebugupdatesprivate.h \ gtkdialogprivate.h \ + gtkdndprivate.h \ gtkentryprivate.h \ gtkeventcontrollerprivate.h \ gtkfilechoosernativeprivate.h \ @@ -131,6 +137,7 @@ IGNORE_HFILES = \ gtkhslaprivate.h \ gtkiconprivate.h \ gtkiconhelperprivate.h \ + gtkiconthemeprivate.h \ gtkiconviewprivate.h \ gtkimagedefinitionprivate.h \ gtkimageprivate.h \ @@ -189,11 +196,13 @@ IGNORE_HFILES = \ gtktextiterprivate.h \ gtktextmarkprivate.h \ gtktexttagprivate.h \ + gtktextviewprivate.h \ gtktogglebuttonprivate.h \ gtktoolbarprivate.h \ gtktoolpaletteprivate.h \ gtktooltipprivate.h \ gtktooltipwindowprivate.h \ + gtkutilsprivate.h \ gtktreeprivate.h \ gtkwidgetprivate.h \ gtkwin32themeprivate.h \ @@ -240,6 +249,8 @@ IGNORE_HFILES = \ gtkprinteroption.h \ gtkprinteroptionset.h \ gtkprinteroptionwidget.h \ + gtkprinter-private.h \ + gtkprintoperation-portal.h \ gtkprint-win32.h \ gtkprintutils.h \ gtkprivate.h \ @@ -267,7 +278,10 @@ IGNORE_HFILES = \ gtktreedatalist.h \ gtktreemenu.h \ gtktypebuiltins.h \ + gtkwidgetpathprivate.h \ gtkwindow-decorate.h \ + gtkwin32drawprivate.h \ + gtkwin32themeprivate.h \ xdgmime \ xembed.h -- 2.30.2